home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Eagles Nest BBS 8
/
Eagles_Nest_Mac_Collection_Disc_8.TOAST
/
Developer Tools⁄Additions
/
TextPertDK#1
/
MPW C Sources & Examples.image
/
Example1
/
Example1.make
< prev
next >
Wrap
Text File
|
1992-04-07
|
928b
|
38 lines
# File Name: Example1.make
# Current Version: 1.2.6
SymOptions = -sym off
MbgOptions = -mbg off
RSELibraries = "{RSELib}Library:RSE.lib"
OBJECTS = Example1.c.o ∂
"Example1_Scan.c.o" ∂
"AppleScan.c.o" ∂
"{CLibraries}"StdClib.o ∂
"{Libraries}"Runtime.o ∂
"{Libraries}"Interface.o
COptions = {SymOptions} {MbgOptions} ∂
-i "{CIncludes}" ∂
-i "{RSELib}Interfaces:" ∂
-i "{RSELib}Library Source:" ∂
-r -d MACINTOSH ∂
-p
ROptions = -i {RIncludes} ∂
-s "{RSELib}Resources:" ∂
-append
Example1 ƒƒ Example1.make {OBJECTS} {RSELibraries}
Link -p -d -o {Targ} {SymOptions} -mf "{RSELibraries}" {OBJECTS}
SetFile {Targ} -t APPL -c 'TPX1' -a B
Example1 ƒƒ Example1.make Example1.r {OBJECTS} {RSELibraries}
Rez Example1.r {ROptions} -o {Targ}
# setting default target and search directory
.c.o ƒ .c
C {COptions} {DepDir}{Default}.c -o {TargDir}{Default}.c.o